home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / BC_TI.ARJ / TI354.ASC < prev    next >
Text File  |  1992-02-25  |  4KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT : TURBO C                                    NUMBER : 354
  9.   VERSION : 1.0
  10.        OS : PC-DOS
  11.      DATE : MAY 20, 1987                                 PAGE : 1/2
  12.  
  13.   TITLE : FLOATING POINT EVALUATION - PATCTH
  14.  
  15.  
  16.  
  17.  
  18.   The  following  patch  solves  a  problem  with   floating  point
  19.   evaluation.
  20.  
  21.   To  apply  this  patch,  you  will  need  to  use the DOS utility
  22.   DEBUG.COM. You may obtain a copy of DEBUG.COM from  one  of  your
  23.   original PC-DOS or MS-DOS diskettes.
  24.  
  25.   NOTE:
  26.   1.   Do not patch your original Turbo C disk, use  a  working  or
  27.        backup copy of TCC.EXE and TC.EXE for this patch.
  28.  
  29.   2.   DEBUG is not  sensitive  to  upper  and lower case.  All ad-
  30.        dresses are listed in upper case for ease of readibility.
  31.  
  32.   3.   XXXX,YYYY,ZZZZ are hexidecimal digits returned by DEBUG. You
  33.        must replace these  digits  accordingly when  typing in your
  34.        commands.
  35.  
  36.   4.   While in DEBUG, the prompt will appear as a dash (-).
  37.  
  38.   5.   If you do not  receive  the  appropriate  response,press "q"
  39.        followed by <Enter>, to exit from DEBUG.  Check your version
  40.        number and, if correct, try again.
  41.  
  42.   6.   TCC.EXE and TC.EXE will not fit together onto  a  360K disk.
  43.        To patch both  programs  on  a  floppy disk, you may need to
  44.        copy TCC.EXE and DEBUG.COM onto  one  disk  and  perform the
  45.        patch. Save  the patched version of TCC.EXE to another disk.
  46.        Repeat the same steps using TC.EXE.
  47.  
  48.    At the DOS prompt, type  the following information exactly as it
  49.   appears (Conclude each line by pressing <Enter>).
  50.  
  51.  
  52.                           Patch for TCC.EXE
  53.  
  54.        Type the following:                      You will see:
  55.  
  56.        ren tcc.exe tcc.xex<Enter>               A>
  57.  
  58.        debug tcc.xex<Enter>                     -
  59.  
  60.        r<Enter>                                 ... CS=XXXX ...
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT : TURBO C                                    NUMBER : 354
  75.   VERSION : 1.0
  76.        OS : PC-DOS
  77.      DATE : MAY 20, 1987                                 PAGE : 1/2
  78.  
  79.   TITLE : FLOATING POINT EVALUATION - PATCH
  80.  
  81.  
  82.  
  83.  
  84.                                                 -
  85.  
  86.        h XXXX 2420<Enter>                       YYYY  ZZZZ
  87.                                                 -
  88.  
  89.        e YYYY:369<Enter>                        YYYY:0369   0A.
  90.  
  91.        6<Enter>                                 -
  92.  
  93.        e YYYY:36F<Enter>                        YYYY:036F   06.
  94.  
  95.        A<Enter>                                 -
  96.  
  97.        w<Enter>                                 Writing 2948A bytes
  98.  
  99.        q<Enter>                                 A>
  100.  
  101.        ren tcc.xex tcc.exe<Enter>
  102.  
  103.                                Patch for TC.EXE
  104.  
  105.        Type the following:                      You will see:
  106.  
  107.        ren tc.exe tc.xex<Enter>                 A>
  108.  
  109.        debug tc.xex<Enter>                      -
  110.  
  111.        r<Enter>                                 ... CS=XXXX ...
  112.                                                 -
  113.  
  114.        h XXXX 2D01<Enter>                       YYYY  ZZZZ
  115.                                                 -
  116.  
  117.        e YYYY:35E<Enter>                        YYYY:035E   0A.
  118.  
  119.        6<Enter>                                 -
  120.  
  121.        e YYYY:364<Enter>                        YYYY:0364   06.
  122.  
  123.        A<Enter>                                 -
  124.  
  125.        w<Enter>                                 Writing 38759 bytes
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT : TURBO C                                    NUMBER : 354
  141.   VERSION : 1.0
  142.        OS : PC-DOS
  143.      DATE : MAY 20, 1987                                 PAGE : 1/2
  144.  
  145.   TITLE : FLOATING POINT EVALUATION - PATCH
  146.  
  147.  
  148.  
  149.  
  150.        q<Enter>                                 A>
  151.  
  152.        ren tc.xex tc.exe<Enter>
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.